home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Internal_24_arrowback_over.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  214 b   |  15 lines

  1. global selector
  2.  
  3. on mouseDown
  4.   repeat while the stillDown
  5.     Shift(selector, #prior)
  6.     wait(15)
  7.   end repeat
  8. end
  9.  
  10. on wait amount
  11.   start = the ticks
  12.   repeat while (the ticks - start) < amount
  13.   end repeat
  14. end
  15.